adds foreman and .env.example file

Robert Whitney 12 years ago
parent
commit
38624da2ab
4 changed files with 6 additions and 0 deletions
  1. 0 0
      .env.example
  2. 1 0
      .gitignore
  3. 2 0
      Gemfile
  4. 3 0
      Gemfile.lock

+ 0 - 0
.env.example


+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@ rerun.txt
16 16
 pickle-email-*.html
17 17
 .idea/
18 18
 .DS_Store
19
+.env

+ 2 - 0
Gemfile

@@ -15,6 +15,8 @@ gem 'delayed_job_active_record', "~> 0.3.3" # newer was giving a strange MySQL e
15 15
 gem "daemons"
16 16
 # gem "delayed_job_web"
17 17
 
18
+gem 'foreman'
19
+
18 20
 group :assets do
19 21
   gem 'sass-rails',   '~> 3.2.3'
20 22
   gem 'coffee-rails', '~> 3.2.1'

+ 3 - 0
Gemfile.lock

@@ -94,6 +94,8 @@ GEM
94 94
     font-awesome-sass-rails (3.0.2.2)
95 95
       railties (>= 3.1.1)
96 96
       sass-rails (>= 3.1.1)
97
+    foreman (0.62.0)
98
+      thor (>= 0.13.6)
97 99
     geokit (1.6.5)
98 100
       multi_json
99 101
     geokit-rails3 (0.1.5)
@@ -277,6 +279,7 @@ DEPENDENCIES
277 279
   devise
278 280
   em-http-request
279 281
   fastercsv
282
+  foreman
280 283
   geokit-rails3
281 284
   jquery-rails
282 285
   json (>= 1.7.7)